home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / allegro / compile < prev    next >
Encoding:
Text File  |  1994-09-27  |  447 b   |  16 lines  |  [TEXT/ttxt]

  1. #!/bin/csh
  2. #
  3. # compile -- compile the Yale Haskell system from scratch.
  4. #
  5. #
  6. cd $Y2
  7. $ALLEGRO <<EOF
  8. #+next (progn (load "com/allegro/next-patches/patch0149.fasl")
  9.               (load "com/allegro/next-patches/patch0151.fasl"))
  10. #+sparc (load "com/allegro/sparc-patches/patch0151.fasl")
  11. (make-package "MUMBLE-IMPLEMENTATION" :use '("LISP"))
  12. (proclaim '(optimize (speed 3) (safety 0) (compilation-speed 0)))
  13. (load "cl-support/cl-init")
  14. (excl:exit)
  15. EOF
  16.